Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class / AddRange Method / AddRange(NamedStyle[]) Method
Array of styles (NamedStyle objects) to add to the collection


In This Topic
    AddRange(NamedStyle[]) Method
    In This Topic
    Adds an array of NamedStyle objects to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub AddRange( _
       ByVal array() As NamedStyle _
    ) 
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim array() As NamedStyle
     
    instance.AddRange(array)
    public virtual void AddRange( 
       NamedStyle[] array
    )

    Parameters

    array
    Array of styles (NamedStyle objects) to add to the collection
    See Also